home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / OSFAX.ZIP / FH.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-08-01  |  1.1 KB  |  31 lines

  1. Echo off
  2. REM *********************************************************************/
  3. REM                                                                     */
  4. REM   SYSTEM       : FAXHAVEN                                           */
  5. REM   COPYRIGHT    : (c) 1998 HTF CONSULTING                            */
  6. REM                                                                     */
  7. REM *********************************************************************/
  8. REM                                                                     */
  9. REM   BAT file name: FAXHAVEN.bat                                       */
  10. REM   DESCRIPTION  : Drive the FAXHAVEN system                          */
  11. REM                                                                     */
  12. REM *********************************************************************/
  13. REM
  14. CLS
  15. REM Echo  Entering FAXHAVEN
  16. REM Echo  Enter BREAK to abort or . . .
  17. REM Pause
  18.  
  19.     BTS.com
  20. FAXHAVEN.exe /SPBTS %1 %2 %3 %4
  21.  
  22. CLS
  23. if errorlevel 90 goto Abort
  24.  
  25. :Doit
  26.  
  27. :Abort
  28. CLS
  29. if errorlevel 90 Echo Abnormal end of job - User abort
  30. Echo on
  31.